C1.Web.Mvc Namespace / ChartAxis<T> Class / LabelAlign Property

In This Topic
LabelAlign Property
In This Topic
Gets or sets the label alignment.
Syntax
'Declaration
 
Public Property LabelAlign As String
 
Remarks
By default the labels are centered. The supported values are 'left' and 'right' for x-axis and 'top' and 'bottom' for y-axis.
See Also